func crypto/tls.verifyHandshakeSignature
5 uses
crypto/tls (current package)
auth.go#L22: func verifyHandshakeSignature(sigType uint8, pubkey crypto.PublicKey, hashFunc crypto.Hash, signed, sig []byte) error {
handshake_client_tls13.go#L563: if err := verifyHandshakeSignature(sigType, c.peerCertificates[0].PublicKey,
handshake_server.go#L722: if err := verifyHandshakeSignature(sigType, pub, sigHash, signed, certVerify.signature); err != nil {
handshake_server_tls13.go#L948: if err := verifyHandshakeSignature(sigType, c.peerCertificates[0].PublicKey,
key_agreement.go#L354: if err := verifyHandshakeSignature(sigType, cert.PublicKey, sigHash, signed, sig); err != nil {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |